I have a console application which consumes at most 5Gb RAM while running. I want to initiate this application using windows scheduler. The problem is windows scheduler closes the application when it reaches 400-500mb of RAM usage. I have also changed the priority of the app from 7 to 0 in the task's XML configuration but seen no improvement. I have received the following error message while trying to run the application. any help? error message
How to run a memory consuming application using windows scheduler?
76 Views Asked by A.Esdeki At
0
There are 0 best solutions below
Related Questions in CONSOLE
- Confusion about CTRL_SHUTDOWN_EVENT handling in DLLs and WM_QUERYENDSESSION
- C++: Re-use line printed to console
- Lock and Edit Button is Weblogic 12C admin console is not responding ,
- Error executing SSIS Package
- Eclipse console: revert line order
- Is there any way to count elements that are equal to "x" in 2D aray; C#
- Neither .on or .live functions are recognized
- Problems with UTF8 text in XE7 ReadLn command
- py2exe: Allow a console window to be either shown or hidden with a sys.argv
- Why does ArrayList.Sort() sorting by only first digit?
- Interactive scanf using pipe
- C# Program automation - Program hangs/doesn't work
- Uncaught SyntaxError: Unexpected token < in HTML - can't solve
- What’s the quickest, easiest way to execute a JavaScript file on a live web page?
- How to find wrong script
Related Questions in SCHEDULED-TASKS
- Error while Running a .exe file using coldfusion schedule task
- Repetition Task C# Server side
- scheduling and editing an event to occur at a specific time android
- Looking to run automated jobs in .NET application
- scheduling with cronjob to run the php file for only one time
- Scheduling java process for a specific time interval with a given delay
- Why can't I create a scheduled task with PHP exec()?
- Scheduling multiple instance of a single java process
- C# Console App Exit Code with Task Scheduler
- Php schedule run a function after 10 minutes
- .BAT file not running in task scheduler
- Running a python background script (Windows 7) to keep files updated
- Java: scheduling task execution once a month (or two)
- Java Schedule a task for single execution
- Automate MySQL backup @localhost with mysqldump in Windows 8
Related Questions in SCHEDULER
- How to stop sling scheduler work if inconsistent situation occures inside the job?
- rm scheduling - calculation
- Can I use Akka scheduler to schedule multiple things from a single actor context?
- Scheduling java process for a specific time interval with a given delay
- Add/remove process from kernel runqueue
- Scheduling multiple instance of a single java process
- Who starts the OS process scheduler?
- web2py Scheduled task to recreate (reset) database
- Schedule to run a method at periodic time´
- Java: scheduling task execution once a month (or two)
- Windows Azure Mobile Services JavaScript code for Twitter API
- windows task scheduler: how trigger task then program has closed?
- Hide time row in Kendo UI Scheduler
- Getting Thread timeslice in C#
- How to call spring scheduler from UI
Related Questions in SCHEDULING
- How do I know the last sched time of a process
- rm scheduling - calculation
- Scheduling multiple instance of a single java process
- How to Schedule a job run at multiple time intervals
- What's the purpose of `on_rq` field in `task_struct`?
- How to schedule job in Jenkins at particular timings
- Run code at a certain time
- AJAX disabledDates Fullcalendar Machines/Users
- Cron like scheduling using Apache Oozie
- SQL Server grouping interval
- Why is response time important in CPU scheduling?
- What are the differences between "recursion", "a non-terminating procedure that happens to refer to itself", and "repeated scheduling"?
- Thread creation using pthread_create with SCHED_RR scheduling fails
- cpu scheduling SRTF
- Scheduled scaling of Azure VMSS (via Runbook)
Related Questions in MEMORY-CONSUMPTION
- multiprocessing - Pool.imap is consuming my iterator
- Why SaveChanges method takes up memory?
- Asymptotic complexity of slicing/merging blobs
- DataTable memory huge consumption
- PHP: Reduce load of function that gets <title> content from external resource
- iOS OpenGL context memory consumption
- how to replace multiple arrayList to single Collection Java
- Over Memory consumption of Weaviate
- WebImage and large memory consumption
- How to compute or determine the memory consumption of a program written in Java using NetBeans?
- How to log the memory consumption on Linux?
- How to run a memory consuming application using windows scheduler?
- Style transfer models using much more memory on iPhone Xs
- What is the time complexity and memory footprint of dataframe operations in Spark?
- How many integers can I create in 1GB memory?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?