Hey,

looks like I'm up and running on MIPS(64Mb). Added some swap on an USB
stick and put the necessary files on that stick too. Some minor quirks left, 
e.g.

  Unable to find native library for fec8 for platform linux-mips null
  Failed to load native FEC: java.lang.UnsatisfiedLinkError: nativeNewFEC
  [...]

but it's running. Here's the memory usage:

root at pcacer:/home/sven-ola# ssh -L 8888:localhost:8888 192.168.0.250
root at 192.168.0.250's password:
Last login: Sat Mar 29 13:45:20 2008 from 192.168.0.100
root at mtx-samariter:~# free
              total         used         free       shared      buffers
  Mem:        61592        25036        36556            0          232
 Swap:       509412         4512       504900
Total:       571004        29548       541456
(now started a native-compiled MIPS freenet binary, wait some minutes)
root at mtx-samariter:~# free
              total         used         free       shared      buffers
  Mem:        61592        60484         1108            0          220
 Swap:       509412         4996       504416
Total:       571004        65480       505524
(while using http://localhost:8888 to browse etc. Waited some time, then)
root at mtx-samariter:~# ps ax | grep freenet | wc -l
     96
root at mtx-samariter:~# free
              total         used         free       shared      buffers
  Mem:        61592        59388         2204            0          184
 Swap:       509412        31384       478028
Total:       571004        90772       480232

Well, there are still options to optimize. C'est la vie...
// Sven-Ola

Reply via email to