Hello all.
I've got an old computer (PII 233 with 128MB) and I'm using it as a server of everything possible. And, as it it the router of my house's network, I've installed amuled and I'm using amuleweb to control it, with SAMBA to access the files.
The problem is that, I don't know why, there are 3 aMuled running, and that's just killing my memory!!!
Here's a copy of what I can see with the top command, selecting only the user that runs amuled and amuleweb.
top - 13:20:31 up 11 days, 19:32, 1 user, load average: 0.12, 0.21, 0.72
Tasks: 67 total, 2 running, 65 sleeping, 0 stopped, 0 zombie
Cpu(s): 31.6% user, 3.6% system, 0.0% nice, 64.8% idle
Mem: 126544k total, 123196k used, 3348k free, 14580k buffers
Swap: 489940k total, 61120k used, 428820k free, 56944k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1296 usuario_ 12 0 28244 27m 6556 R 3.0 22.1 718:55.68 amuled
1309 usuario_ 9 0 10036 3020 2864 S 0.0 2.4 1:12.78 amuleweb
1308 usuario_ 17 0 10036 3020 2864 S 0.0 2.4 0:57.92 amuleweb
1307 usuario_ 9 0 28244 27m 6556 S 0.0 22.1 0:00.85 amuled
1306 usuario_ 9 0 10036 3020 2864 S 0.0 2.4 0:00.34 amuleweb
1304 usuario_ 9 0 28244 27m 6556 S 0.0 22.1 0:00.11 amuled
As you can see, there are 3 amuled and amuleweb. Each of those amuled processes are using 22.1 % of my memory!!! You can see also that there are only 3MB of memory remaining!
Is that a normal behavior of amuled, or did I do something studip?
Also, buying more memory would solve the problem? Or, if i do buy more memory, those amuled processes would keep greedly using 22.1% each?
If that's just as amuled should work, could anyone tell me why? I'm just curious

Thanks

.
edit:
Added [code] tags for readability.
thedude0001