Guest Lauren Posted October 9, 2007 Posted October 9, 2007 In Win 2003 R2 I have several batches that employ XCOPY that are launched from SQL. Whenever the batch runs, memory gets gobbled up so other applications can no longer run. These batches were not a problem with Win 2000. Is there a way to throttle command line applications so they don't chew up so much memory?
Guest Pegasus \(MVP\) Posted October 9, 2007 Posted October 9, 2007 Re: throttling command line commands "Lauren" <Lauren@discussions.microsoft.com> wrote in message news:785DA2D4-A6AF-4AB8-A1E3-78CA832A9DE1@microsoft.com... > In Win 2003 R2 I have several batches that employ XCOPY that are launched > from SQL. Whenever the batch runs, memory gets gobbled up so other > applications can no longer run. These batches were not a problem with Win > 2000. Is there a way to throttle command line applications so they don't > chew up so much memory? You could experiment with the Start command. It has a /Low switch.
Recommended Posts