Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] Re: [SM-Sorcery] Sorcery API

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Geoffrey Derber <Geoffrey.Derber AT Trinity.edu>
  • To: Hamish Greig <hgreig AT bigpond.net.au>
  • Cc: sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire] Re: [SM-Sorcery] Sorcery API
  • Date: Sat, 28 Jun 2003 16:36:58 -0500

Hamish Greig wrote:
TMPFS needs to be turned off (from the spell IMHO) for j2sdk or openoffice and others in the future ?

Shouldn't be nesissary, look at the

mk_source_dir line for OO (j2sdk is similar)

'mk_source_dir $SOURCE_DIRECTORY 4g &&'

from http://bugs.sourcemage.org/show_bug.cgi?id=1517#c79 by Eric Sandall

This will create the normal source directory under /usr/src, but will have TMPFS set to use 4Gb.

Here's the info from /var/lib/sorcery/modules/libgrimoire:334

#---------------------------------------------------------------------
##=item mk_source_dir <directory name> [<size>]
##
## Creates a tmpfs filesystem. By default, the size is 1GB.
## The caller may optionally supply a size argument.
##
## Example1: Create a 2GB mount at $SOURCE_DIRECTORY
##
## mk_source_dir $SOURCE_DIRECTORY 2g
##
## Example2: Create a mount at /tmp/newdir, defaults to 1GB size
##
## mk_source_dir /tmp/newdir
##
#---------------------------------------------------------------------

Geoff





Archive powered by MHonArc 2.6.24.

Top of Page