Application runtime

Get help with troubleshooting issues
Post Reply
felipe_castro
Posts: 15
Joined: Thu Jul 27, 2017 7:42 pm

Application runtime

Post by felipe_castro » Mon Aug 21, 2017 6:13 pm

Hello!

I have the following problem:

Each session created on my server creates various application runtime processes,
which takes up lots of RAM, knocking down all sessions.

Is there any way to close runtime application processes that are not being used?

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Application runtime

Post by admin » Tue Aug 22, 2017 4:17 pm

Hello,

These runtime will depend on what applications and services are launched at the start up of a session. You identify which process is responsible for this behavior by following this procedure :

Open a task manager, sort your processes by CPU usage. Then right click on a process and select "Open file destination", this should give you some valuable information about the guilty program consuming your resources.
Olivier
TSplus support team administrator
Image

felipe_castro
Posts: 15
Joined: Thu Jul 27, 2017 7:42 pm

Re: Application runtime

Post by felipe_castro » Wed Aug 23, 2017 4:11 pm

admin wrote:Hello,

These runtime will depend on what applications and services are launched at the start up of a session. You identify which process is responsible for this behavior by following this procedure :

Open a task manager, sort your processes by CPU usage. Then right click on a process and select "Open file destination", this should give you some valuable information about the guilty program consuming your resources.

I have already checked the processes, and the one that uses the most resources is the Application runtime, which is a TSPlus process that is not smart enough to use server resources. TSPlus with large amounts of access does not work properly, causing many problems because it is not robust enough.

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Application runtime

Post by admin » Thu Aug 24, 2017 6:26 am

Hello,

We did invest a lot during the past month to eliminate all of the CPU ressources required by TSplus processes.
Reading your post, I strongly recommend you to download and apply the latest release available here : http://dl-files.com/UpdateRelease.exe
Olivier
TSplus support team administrator
Image

felipe_castro
Posts: 15
Joined: Thu Jul 27, 2017 7:42 pm

Re: Application runtime

Post by felipe_castro » Fri Aug 25, 2017 11:56 am

admin wrote:Hello,

We did invest a lot during the past month to eliminate all of the CPU ressources required by TSplus processes.
Reading your post, I strongly recommend you to download and apply the latest release available here : http://dl-files.com/UpdateRelease.exe

The update did not work. Each time the "URLonClient" is called, TSPlus creates 2 processes that are "Application runtime" and "URLonClient", but even after use, these processes continue to occupy server RAM.
Each process takes up little RAM, but on a large scale it has already accumulated more than 4 gigabytes of unnecessary RAM.

Post Reply