I am having a ram problem I think I been getting this error
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried
to allocate 184320 bytes in
/home/domains/christianforum/htdocs/showthread.php(437) : eval()'d
code on line 83 d code on line 83
Does anyone know how to fix this problem. Lotus, Dell and HP Printing Issue:: The printer has 32 meg of ram. This does not seem to be an issue, as I can print I've seen similar problems when printing to hp printers through novell, http://answers.google.com/answers/threadview?id=126489HOME | broken icom shortwave radio:: If the substitute RAM unit works properly, then the RAM unit must be replaced. If the substitute RAM unit does not cure the problem, there may be noise from http://answers.google.com/answers/threadview/id/62472.htmlHOME |
thanks
you should have a phpinfo.php file in your vB zip file load it on your site i.e.
http://vbulletin.com/forum/phpinfo.php
look at the 6th line
Configuration File (php.ini) Path /usr/local/php/lib/php.ini
then telnet into your server, switch to root user and find a file named php.ini-optimized at prompt
locate php.ini-optimized Laptop Shuts Down:: Sometimes computers wont work with some brands of ram. Are you sure that ram is compatible with your laptop? What's likely causing the problem is that the http://answers.google.com/answers/threadview/id/744907.htmlHOME |
i.e. it might return /usr/local/src/php-4.0x/php.ini-optimized
copy and rename that file to the path outlined in phpinfo line 6
cp php.ini-optimized /usr/local/php/lib/php.ini
then edit the php.ini file
pico /usr/local/php/lib/php.ini
after editing save file and restart apache
okay found it, if you put in a .htaccess file in the directory of the php page (i think)
php_value memory_limit 16M
I can't find the php.ini file
this is how i configure it
./configure
--localstatedir=/var
--enable-discard-path
--with-config-file-path=/usr/local/etc
--disable-debug
--with-db2
--with-gdbm
--enable-ftp
--with-jpeg-dir=/usr
--with-mysql=/usr/local/mysql
--with-zlib
--enable-memory-limit
--with-apxs=/usr/local/apache/bin/apxs
if you're on a dedicated server you can increased php max memory in the php.ini file..
i have in my php.ini file
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 60 ; Maximum execution time of each script, in seconds
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
the defaults are 30 seconds and 8M which i upped
not sure if you can do that using a .htaccess file though
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home
|