blob: b4a1096b3042a206811cf990664a8f6e74fb7c87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/06/23 07:30:06 martti Exp $
JAlbum uses a lot of memory because of Java. You might want to
raise the datasize ulimit (256 MB is a good starting point).
# ulimit -d 262144
# ulimit -a
# jalbum
===========================================================================
|