[developers] Memory problems in LOGON batch mode but not interactive mode?

Stephan Oepen oe at ifi.uio.no
Fri Jul 31 15:00:17 CEST 2009


i am glad you worked this out, eric.  the :wait limit requires that the
client complete start-up within the specified time, otherwise it will
be force-terminated by [incr tsdb()].

i have just refined the JaEn and EnJa cpu definitions to be a lot more
patient, e.g.

  (make-cpu 
    :host (short-site-name)
    :spawn wrapper
    :options (append 
              options
              (list "-I" base "-qq" "-locale" "ja_JP.UTF-8"
                    "-L" (format nil "~a/lingo/jaen.lisp" root)))
    :class :jaen :name "jaen" :grammar "JaEn (nov-08)" 
    :task '(:transfer) :wait (* wait 3) :quantum quantum)
  (make-cpu 
    :host (short-site-name)
    :spawn wrapper
    :options (append 
              options
              (list "-I" base "-qq" "-locale" "ja_JP.UTF-8"
                    "-L" (format nil "~a/lingo/ja2en.lisp" root)))
    :class :ja2en :name "ja2en" :task '(:translate)
    :template "%s/%t/%d" :wait (* wait 4) :quantum 7200)

                                                          best  -  oe

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++ Universitetet i Oslo (IFI); Boks 1080 Blindern; 0316 Oslo; (+47) 2284 0125
+++     CSLI Stanford; Ventura Hall; Stanford, CA 94305; (+1 650) 723 0515
+++       --- oe at ifi.uio.no; oe at csli.stanford.edu; stephan at oepen.net ---
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



More information about the developers mailing list