question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Windows keep crashing...

See original GitHub issue

V5 Beta Issue for personal config!!

Hi, Is there any way to limit the use of ram/memory on windows 10 ? because I physically have 8 GB, 5 GB are used by the system and the free 3 GB left are eaten by spec_utils.py without windows having time to prefetch. I created my own modelparam to isolate the mono side from a stereo track, I pre-split the stereo file into a L.wav and a R.wav file. So when I do : python UVR\lib\spec_utils.py -a min_mag -m UVR\modelparams\my_own_model.json L.wav R.wav -o mono_file It should extract the mono center of the track.

What’s in my modelparam my_own_model.json?

{
	"bins": 4096,
	"unstable_bins": 0,
	"reduction_bins": 0,
	"band": {
		"1": {
			"sr": 44100,
			"hl": 512,
			"n_fft": 8192,
			"crop_start": 0,
			"crop_stop": 4096,
			"hpf_start": -1,
			"res_type": "sinc_best"
		}
	},
	"sr": 44100,
	"pre_filter_start": 4095,
	"pre_filter_stop": 4096
}

Why would I use this instead of the existing params ? It’s because it needs more performance to isolate the mono side of a stereo track with a better quality, and it really needed that boost, but my windows won’t stop crashing while using it. Any help to improve the quality of the separation without making the windows crashing ? I don’t know if this makes sense, but if you understand, some good help would be appreciated.😃

EDIT: It worked 1 time with small files.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
aufr33commented, Aug 11, 2021

Try:

"hl": 1024,

or

"hl": 2048,

0reactions
aufr33commented, Aug 18, 2021

Sorry, but I can’t recommend anything yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[FIXED] Windows 10 Crashing Issues | 2022 - Driver Easy
7 Fixes for Windows 10 Crashing Issues · Update available drivers · Turn off Link State Power Management · Scan and repair system...
Read more >
Why Does My Computer Keep Crashing Windows 10? [2023 ...
Top 8 Reasons Why Your Computer Keeps Crashing on Windows 10 · Reason 1. Too Many Programs Running · Reason 2. Outdated or...
Read more >
Windows 11 Keeps Crashing: 11 Fixes - groovyPost
There can be several reasons why Windows 11 keeps crashing. It could be a hardware issue, outdated driver, bug within Windows, malware, ...
Read more >
Why does My PC Keep Crashing? Here're 10 Fast Fixes!
A computer crash happens when the drivers are outdated, there is a fault in the hardware, or there is not sufficient airflow due...
Read more >
Top 10 Reasons Why Your Computer Keeps Crashing
These 10 Things Can Make Your PC Crash · Something is not connected properly · Excessive heat and dust · A problem with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found