Monday, June 24, 2013

SIOD ERROR: ran out of storage

SIOD ERROR: ran out of storage

Solution:


You need to explicitly give festival more heap space.    On the call to festival add --heap 10000000, (that's 10 million), or   bigger if required.  
eg.

$ festival --heap 10000000

for festival server:

$festival --server --heap 10000000

No comments:

Post a Comment