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?
Application runtime
Re: Application runtime
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.
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

TSplus support team administrator

-
- Posts: 15
- Joined: Thu Jul 27, 2017 7:42 pm
Re: Application runtime
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.
Re: Application runtime
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
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

TSplus support team administrator

-
- Posts: 15
- Joined: Thu Jul 27, 2017 7:42 pm
Re: Application runtime
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.