File transfers knock all the system files out of memory and slow everything downIs there a way to tell the...

Unknown indication below upper stave

How does Asimov's second law deal with contradictory orders from different people?

Exploiting the delay when a festival ticket is scanned

Raindrops in Python

What is the highest achievable score in Catan

Embedded C - Most elegant way to insert a delay

PCB design using code instead of clicking a mouse?

Can living where Earth magnet ore is abundent provide any protection?

Why don't short runways use ramps for takeoff?

Is Ear Protection Necessary For General Aviation Airplanes?

Can I attune a Circlet of Human Perfection to my animated skeletons to allow them to blend in and speak?

Reading electrical clamp tester higher voltage/amp 400A

Bouncing map back into its bounds, after user dragged it out

Can you continue the movement of a Bonus Action Dash granted by Expeditious Retreat if your Concentration is broken mid-move?

Circle symbol compatible with square and triangle

Antonym of "Megalomania"

May a hotel provide accommodation for fewer people than booked?

Should I put my name first, or last in the team members list

Move arrows along a contour

How can I convert a linear narrative into a branching narrative?

Patio gate not at right angle to the house

Can a US President, after impeachment and removal, be re-elected or re-appointed?

Did Vladimir Lenin have a cat?

Is it possible to tell if a child will turn into a Hag?



File transfers knock all the system files out of memory and slow everything down


Is there a way to tell the system to keep a folder to reside in memory?Why won't my system now show the directories and files in /media/sda7?Script using “split” in a loop over large filesList all files that are present in the cacheCan I limit the size of the linux file cache?Out of Memory with unused memory and swapdifference between cp rm and mv in file transfersLimit write cache size for a given device?RaspberryPi samba file transfer is extremly slowPipe filenames to zmv






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















On my desktop installation (no ssd), when I try to move files between drives with the Nemo file manager, the system slows to a crawl and becomes basically unusable. My guess is that the system is caching all the gigabytes of the files being transferred and that knocks all of the more useful system files out of memory so it has to refetch them from the disk to keep using the system.




  • Is there a way to tell Nemo to do file transfers directly (avoiding system cache)? Maybe something like direct flag in dd?

  • Is there a way to tell the Linux kernel to prioritize files on the system drive over files being transferred?










share|improve this question



























  • do you get the same slowdown if you copy the files from the command line (e.g. with cp or rsync or whatever), or does it only happen in nemo?

    – cas
    26 mins ago











  • BTW, try googling for nemo file manager slow or similar - it seems that there have been numerous complaints over the years about nemo's performance, especially in directories with lots of files.

    – cas
    23 mins ago











  • @cas Most of the results seem to be complaining about nemo itself being slow, not a nemo file transfer slowing down the rest of the system.

    – Benjamin
    15 mins ago


















0















On my desktop installation (no ssd), when I try to move files between drives with the Nemo file manager, the system slows to a crawl and becomes basically unusable. My guess is that the system is caching all the gigabytes of the files being transferred and that knocks all of the more useful system files out of memory so it has to refetch them from the disk to keep using the system.




  • Is there a way to tell Nemo to do file transfers directly (avoiding system cache)? Maybe something like direct flag in dd?

  • Is there a way to tell the Linux kernel to prioritize files on the system drive over files being transferred?










share|improve this question



























  • do you get the same slowdown if you copy the files from the command line (e.g. with cp or rsync or whatever), or does it only happen in nemo?

    – cas
    26 mins ago











  • BTW, try googling for nemo file manager slow or similar - it seems that there have been numerous complaints over the years about nemo's performance, especially in directories with lots of files.

    – cas
    23 mins ago











  • @cas Most of the results seem to be complaining about nemo itself being slow, not a nemo file transfer slowing down the rest of the system.

    – Benjamin
    15 mins ago














0












0








0








On my desktop installation (no ssd), when I try to move files between drives with the Nemo file manager, the system slows to a crawl and becomes basically unusable. My guess is that the system is caching all the gigabytes of the files being transferred and that knocks all of the more useful system files out of memory so it has to refetch them from the disk to keep using the system.




  • Is there a way to tell Nemo to do file transfers directly (avoiding system cache)? Maybe something like direct flag in dd?

  • Is there a way to tell the Linux kernel to prioritize files on the system drive over files being transferred?










share|improve this question
















On my desktop installation (no ssd), when I try to move files between drives with the Nemo file manager, the system slows to a crawl and becomes basically unusable. My guess is that the system is caching all the gigabytes of the files being transferred and that knocks all of the more useful system files out of memory so it has to refetch them from the disk to keep using the system.




  • Is there a way to tell Nemo to do file transfers directly (avoiding system cache)? Maybe something like direct flag in dd?

  • Is there a way to tell the Linux kernel to prioritize files on the system drive over files being transferred?







files memory cache file-transfer nemo






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 14 mins ago







Benjamin

















asked 31 mins ago









BenjaminBenjamin

2469 bronze badges




2469 bronze badges
















  • do you get the same slowdown if you copy the files from the command line (e.g. with cp or rsync or whatever), or does it only happen in nemo?

    – cas
    26 mins ago











  • BTW, try googling for nemo file manager slow or similar - it seems that there have been numerous complaints over the years about nemo's performance, especially in directories with lots of files.

    – cas
    23 mins ago











  • @cas Most of the results seem to be complaining about nemo itself being slow, not a nemo file transfer slowing down the rest of the system.

    – Benjamin
    15 mins ago



















  • do you get the same slowdown if you copy the files from the command line (e.g. with cp or rsync or whatever), or does it only happen in nemo?

    – cas
    26 mins ago











  • BTW, try googling for nemo file manager slow or similar - it seems that there have been numerous complaints over the years about nemo's performance, especially in directories with lots of files.

    – cas
    23 mins ago











  • @cas Most of the results seem to be complaining about nemo itself being slow, not a nemo file transfer slowing down the rest of the system.

    – Benjamin
    15 mins ago

















do you get the same slowdown if you copy the files from the command line (e.g. with cp or rsync or whatever), or does it only happen in nemo?

– cas
26 mins ago





do you get the same slowdown if you copy the files from the command line (e.g. with cp or rsync or whatever), or does it only happen in nemo?

– cas
26 mins ago













BTW, try googling for nemo file manager slow or similar - it seems that there have been numerous complaints over the years about nemo's performance, especially in directories with lots of files.

– cas
23 mins ago





BTW, try googling for nemo file manager slow or similar - it seems that there have been numerous complaints over the years about nemo's performance, especially in directories with lots of files.

– cas
23 mins ago













@cas Most of the results seem to be complaining about nemo itself being slow, not a nemo file transfer slowing down the rest of the system.

– Benjamin
15 mins ago





@cas Most of the results seem to be complaining about nemo itself being slow, not a nemo file transfer slowing down the rest of the system.

– Benjamin
15 mins ago










0






active

oldest

votes














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f533256%2ffile-transfers-knock-all-the-system-files-out-of-memory-and-slow-everything-down%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f533256%2ffile-transfers-knock-all-the-system-files-out-of-memory-and-slow-everything-down%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...