IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38126


Ignore:
Timestamp:
Apr 14, 2015, 2:42:37 PM (11 years ago)
Author:
watersc1
Message:

Decrease stack size bundle size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/remote.pro

    r38102 r38126  
    122122
    123123    # min entry limit?
    124     $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500
     124    if ("$stage" == "stack")
     125        $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 50
     126    else
     127        $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500
     128    end
     129
    125130    if ($DB:n == 0)
    126131      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.