Hi, since my application takes up way to much memory, i decided to profile it (compiled it with -prof and -auto-all). After running it with +RTS -hc, it shows a graph that reaches a peak at around 85mb. However, when i check the memory usage with 'top' i see the application reach well over 300mb. What am i missing here? regards, Niels.