I have a machine with 512 MB of memory and 512 MB swap. When I try to run 'perl Makefile.PL', it completely jams the machine and I get an error message saying: [date and time] mysqld restarted Out of memory! Callback called exit. END failed--call queue aborted. What now? -- View this message in context: http://www.nabble.com/Koha3-out-of-memory-tp18403155p18403155.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
Try tuning mysql according to their docs or open a separate console and watch for specific offending processes. Can you do any operations via mysql at all? Please also indicate what OS you are on. --joe On Fri, Jul 11, 2008 at 8:52 AM, PasiK <pasi.korkalo@oululainen.com> wrote:
I have a machine with 512 MB of memory and 512 MB swap. When I try to run 'perl Makefile.PL', it completely jams the machine and I get an error message saying:
[date and time] mysqld restarted Out of memory! Callback called exit. END failed--call queue aborted.
I switched mysql config from my-large.cnf to my-medium.cnf and temporarily added 1 GB swapfile. That fixed it, but quite a memory hog for an installer... Joe Atzberger wrote:
Try tuning mysql according to their docs or open a separate console and watch for specific offending processes. Can you do any operations via mysql at all?
Please also indicate what OS you are on.
--joe
On Fri, Jul 11, 2008 at 8:52 AM, PasiK <pasi.korkalo@oululainen.com> wrote:
I have a machine with 512 MB of memory and 512 MB swap. When I try to run 'perl Makefile.PL', it completely jams the machine and I get an error message saying:
[date and time] mysqld restarted Out of memory! Callback called exit. END failed--call queue aborted.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/Koha3-out-of-memory-tp18403155p18405885.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
Interesting. We may want to add a warning for systems with limited RAM. What OS was your install on? We have many koha installations on debian VMs with 512MB RAM and have experienced occasional memory shortages there, but not during install. --joe On Fri, Jul 11, 2008 at 11:01 AM, PasiK <pasi.korkalo@oululainen.com> wrote:
I switched mysql config from my-large.cnf to my-medium.cnf and temporarily added 1 GB swapfile. That fixed it, but quite a memory hog for an installer...
Joe Atzberger wrote:
Try tuning mysql according to their docs or open a separate console and watch for specific offending processes. Can you do any operations via mysql at all?
Please also indicate what OS you are on.
--joe
On Fri, Jul 11, 2008 at 8:52 AM, PasiK <pasi.korkalo@oululainen.com> wrote:
I have a machine with 512 MB of memory and 512 MB swap. When I try to
run
'perl Makefile.PL', it completely jams the machine and I get an error message saying:
[date and time] mysqld restarted Out of memory! Callback called exit. END failed--call queue aborted.
The OS is Slackware 12.1, which should be quite slim... Joe Atzberger wrote:
Interesting. We may want to add a warning for systems with limited RAM. What OS was your install on?
We have many koha installations on debian VMs with 512MB RAM and have experienced occasional memory shortages there, but not during install. --joe
On Fri, Jul 11, 2008 at 11:01 AM, PasiK <pasi.korkalo@oululainen.com> wrote:
I switched mysql config from my-large.cnf to my-medium.cnf and temporarily added 1 GB swapfile. That fixed it, but quite a memory hog for an installer...
Joe Atzberger wrote:
Try tuning mysql according to their docs or open a separate console and watch for specific offending processes. Can you do any operations via mysql at all?
Please also indicate what OS you are on.
--joe
On Fri, Jul 11, 2008 at 8:52 AM, PasiK <pasi.korkalo@oululainen.com> wrote:
I have a machine with 512 MB of memory and 512 MB swap. When I try to
run
'perl Makefile.PL', it completely jams the machine and I get an error message saying:
[date and time] mysqld restarted Out of memory! Callback called exit. END failed--call queue aborted.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/Koha3-out-of-memory-tp18403155p18424824.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (2)
-
Joe Atzberger -
PasiK