Previous: Malloc memory, Up: Memory usage [Contents][Index]
Polipo is designed to work well when given little memory, but will happily scale to larger configurations. For that reason, you need to inform it of the amount of memory it can use.
• Limiting chunk usage: | Discard objects when low on chunks. | |
• Limiting object usage: | Limit the number of objects. | |
• OS usage limits: | Don’t impose OS limits. |