- Turin, Italy
Pinned Loading
-
How to attach to and inspect a runni...
How to attach to and inspect a running Python process.md 1`gdb` can be used to attach a running Python process and inspect its internal status by monitoring threads and their
2respective stack trace, with no need to use any particular option when first launching the process. In this way, you can
3debug processes that were launched with no prior debugging intention.
45The following procedure needs `/proc/sys/kernel/yama/ptrace_scope` to be set to `1`.
-
Increase CentOS / AmazonAMI EC2 VM d...
Increase CentOS / AmazonAMI EC2 VM disk size on the go 11. In the EC2 dashboard, select the VM for which you want to resize the disk.
22. Click on the `Storage` tab -> `Volume ID` to open the EBS volume dashboard.
33. Click on the `Actions` button -> `Modify volume` to open the volume settings.
44. Resize the volume and click on `Modify` to apply the changes.
5* You can launch `lsblk` on the affected EC2 VM to check that while the volume size has changed, the internal partitions still have the old dimensions.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.