Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Better memory usage



Hi,

Just an update: I tried Michael Hitch's recommended USRSTACK and MAXDSIZ changes (finally!), and while it didn't compile directly, it compiled when I built sqlite3.lo with -O instead of -O2. (Before it wouldn't compile with -O0!)

Interestingly, top didn't show cc1 going past 64 megs:

Memory: 85M Act, 11M Inact, 976K Wired, 10M Exec, 19M File, 6568K Free
Swap: 378M Total, 19M Used, 359M Free
...
 1702 root      27    0    60M   59M RUN       12:46 97.22% 97.22% cc1
    0 root     126    0     0K   27M pgdaemon   2:36  0.00%  0.00% [system]
...

Now I'm building the rest of php53...

Thanks,
John


Home | Main Index | Thread Index | Old Index