readme.txt (1466B)
1 === Plugin Name === 2 Contributors:wpvirtuoso 3 Tags: memory, memory limit, time limit, max upload filesize, demo import failed, php limits 4 Tested up to: 5.8 5 Stable tag: 1.0.1 6 License: GPLv2 or later 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 9 == Description == 10 11 The default WordPress limits are sometimes not enough, especially if you have a lot of plugins installed. 12 13 WPL allows you to increase the wordpress system limits without editing any WordPress files. 14 15 increase your 16 17 -Memory Limit 18 19 -Max upload FileSize 20 21 -Time limit 22 23 == Installation == 24 25 1.) Upload 'wp-limits/change-wp-limits.php' to the '/wp-content/plugins/' directory. 26 2.) Activate the plugin through the 'Plugins' menu in WordPress. 27 3.) You'll automatically be forwarded to limit options. 28 29 == Frequently Asked Questions == 30 31 = Why is this plugin necessary? = 32 33 The default WordPress limits are sometimes not enough, especially if you have a lot of plugins installed. This plugin allows you to increase the memory limit without editing any WordPress files. 34 35 = What is an appropriate limit to set? = 36 37 Most blogs are perfectly happy with a 64Mb limit. The plugin uses 64Mb as a default (if you haven't already set it higher by some other means). 38 39 = Why doesn't it work? = 40 41 Your host may prevent PHP from increasing its own memory limit. Please speak to your web host about "changing the default php memory limit". 42 43 == Changelog == 44 45 = 1.0 = 46 * Release.