I am on Linux kernel 2.4.20-xfs, Knoppix (Debian), XFree86, Fluxbox.
When I try to run
gnumeric, I have the following problem :
Code:
>gnumeric
Fatal error : canot allocate memory
I have a similar error with gedit ??
Code:
>gedit
...
gedit: relocation error: gedit: udefined symbol: eel_input_event_box_new
I had to check my memory, so,
Code:
>cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 528338944 522436608 5902336 0 15572992 270766080
Swap: 699105280 2387968 696717312
MemTotal: 515956 kB
MemFree: 5764 kB
MemShared: 0 kB
Buffers: 15208 kB
Cached: 262904 kB
SwapCached: 1516 kB
Active: 188308 kB
Inactive: 294316 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 515956 kB
LowFree: 5764 kB
SwapTotal: 682720 kB
SwapFree: 680388 kB
I have tried in another way too :
Code:
>top -b -n 1 | grep -E '^Mem|^Swap'
Mem: 515956k total, 509900k used, 6056k free, 15248k buffers
Swap: 682720k total, 2716k used, 680004k free, 261524k cached
I have two questions :
--> how do I see the amount of memory allocated to each program. I don't understand how I can have 509900k memory used
--> the error of gnumeric is because this memory problem ?
Thank you