python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Diagnostic Tools on Visual Studio 2022
I have installed Visual Studio 2022 and ran an existing ASPNETMVC 4.8 application with IISExpress on the Visual Studio 2022. When the application came to the start page, the process memory shows about...
Deana
Votes: 0
Answers: 1
How to deallocate memory of Python List Object in C using ctypes?
I am using ctypes to import a piece of C code into my Python code. the code is as follows:
test.h
#include "Python.h"
#include <stdio.h>
PyObject *getPosNodeFeature();
test.c
#i...
dongrixinyu
Votes: 0
Answers: 0
Python multiprocessing stops with memory maxed out
I'm running this code:
# Get big (0.5GB) list of data
all_ftrajs = get_feature_trajs(traj_top_paths, hp_dict)
# Function I want to bootstrap
bs_func = partial(bs_func, all_ftrajs=all_f...
Robert Edward Arbon
Votes: 0
Answers: 0
Profiling memory leak in a non-redundant uptime-critical application
We have a major challenge which have been stumping us for months now.
A couple of months ago, we took over the maintenance of a legacy application, where the last developer to touch the code, left the...

Morten Kirsbo
Votes: 0
Answers: 3