Clion is blocking resources

Answered

Running on Ubuntu 22.04: 

  • 3 instances of Clion whith different source.
  • 1 instance of Edge

Edge looses connection to internet. 

This only happens when also running Clion (or IntelliJ) and it seems to depend on some sort of resource hogging or blocking.

HW:

  • Load average 0.7 (12 core)
  • 30GB free RAM 
  • Free disk space 230GB
0
1 comment

User level app should not (and can't) cause such an issue. IDE process doesn't include any low-level drivers that can affect internet connection (such as your VPN client does).

If the OS drops the connection, it's some issue with the kernel, drivers, resource management in the OS itself, while the IDE can be only a trigger of a more low-level issue.

Please inspect the OS logs to see if there is anything related: https://ubuntu.com/tutorials/viewing-and-monitoring-log-files#2-log-files-locations.

0

Please sign in to leave a comment.