Hello,
when I login cp ,got blank page and this error message
Fatal error: Out of memory (allocated 2097152) (tried to allocate 19456 bytes) in /var/www/imscp/gui/library/environment.php on line 92
please how i can fix this error
Hello,
when I login cp ,got blank page and this error message
Fatal error: Out of memory (allocated 2097152) (tried to allocate 19456 bytes) in /var/www/imscp/gui/library/environment.php on line 92
please how i can fix this error
Hello,
when I login cp ,got blank page and this error message
Fatal error: Out of memory (allocated 2097152) (tried to allocate 19456 bytes) in /var/www/imscp/gui/library/environment.php on line 92
please how i can fix this error
Hello ;
What i-MSCP version you are using?
And what Server? I bet a vServer which have to low Memory or is misconfigurated.
Hello ;
What i-MSCP version you are using?
i-MSCP Version 1.0.3.0
[hr]
And what Server? I bet a vServer which have to low Memory or is misconfigurated.
Memory 1 GB and Burst 1.5 GB
Kernel Version 2.6.32-042stab076.8 (SMP)
CPU model Intel (R) Xeon(R) CPU E31240 @ 3.30GHz
Number of CPU Cores 4
#free -th
free: invalid option -- 'h'
usage: free [-b|-k|-m|-g] [-l] [-o] [-t] [-s delay] [-c count] [-V]
-b,-k,-m,-g show output in bytes, KB, MB, or GB
-l show detailed low and high memory statistics
-o use old format (no -/+buffers/cache line)
-t display total for RAM + swap
-s update every [delay] seconds
-c update [count] times
-V display version information and exit
[hr]
~# free -t
total used free shared buffers cached
Mem: 1572864 299104 1273760 0 0 86572
-/+ buffers/cache: 212532 1360332
Swap: 0 0 0
Total: 1572864 299104 1273760
At the moment you ran this it seems you had enough free memory, but probably the situation was different when the error occured.
And if the output is correct, your system has no swap space at all. This is a problem when all the 1.5 GB memory are used. Try to add a swap partition or a swap file if you cannot create a partition.