memory-leaks tag

10 questions


1 answers
297 views
0
tkinter memory leak

In the GUI application using tkinter, when you click on the app, you communicate with the outside world and update the screen based on that information.I found that the amount of memory gradually incr...


1 answers
88 views
0
Memory Leak in Continuous Downloads with NSURLSession (iOS8)

I would like to download 60 files (about 2M each) continuously using NSURLSession.I created the following sample code and successfully downloaded it. Press the button to download 60 files.When the dow...


1 answers
162 views
0
Memory Leak in Continuous Downloads with NSURLSession (iOS8)

I would like to download 60 files (about 2M each) continuously using NSURLSession.I created the following sample code and successfully downloaded it. Press the button to download 60 files.When the dow...


3 answers
85 views
0
Is there a way to free up the real memory that Ruby's process is holding?

Ruby's scripts are struggling with the phenomenon of keeping memory if it ever gets huge.require 'objspace'array=[ ](1..20).each_with_index do|i| array<<'a'*1000000 puts memsize:#{ObjectSpace.me...

1 years ago

1 answers
78 views
0
How do I resolve memory leaks that occur when I use the UIActivityViewController?

I am developing an application with swift.Memory leaks when using the UIActivityViewController to display activity dialogs.I'm in trouble because I don't know how to solve the leak.Please tell me how ...

1 years ago

1 answers
103 views
0
Want to know how to free nvidia GPU memory without restarting it

I want to know how to free up memory without restarting my PC.Is it possible to release memory with commands?I'm using two GPUs, and I want to keep one of them running.I don't want to restart or stop ...


1 answers
82 views
0
kmalloc-256 seems to be consuming memory.Is there a way to release this?

(I asked a similar question on StackOverflow in English, but I can't get an answer, so please let me ask you a question in Japanese.)There is a Linux instance running Jenkins (Amazon Linux Linux ip-xx...

1 years ago

5 answers
83 views
0
DYNAMICLY SECURED MEMORY AREA RELE

public class Greeter{ public static String great (final String name) { final String message = String.format(Hello, %s!,name); return message; } public static void main(final String[]args) { final S...

1 years ago

2 answers
80 views
0
Memory Leakage During Full Screen Movie Playback in AVPlayerViewController

I use AVPlayerViewController to build a screen to play videos.There is no problem for normal playback, but Move the video to full-screen playback from the full-screen mode switch button on the far rig...

1 years ago

1 answers
138 views
0
The activity has leaked window error, please provide a solution

05-17 18:24:57.069: ERROR/WindowManager(18850): Activity com.mypkg.myP has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@44c46ff0 that was originally added here 05-17 18:24:57.0...


© 2024 OneMinuteCode. All rights reserved.