Post

Replies

Boosts

Views

Activity

Reply to How to assign more ram(memory) to copy/move function.
I am pretty sure the limiting factor here is not the RAM allocated to the copy/move process but instead the speed of your devices. What is the transfer rate of your source device? What is the transfer rate of the target? Are you using USB? Are these SSD devices? Is it a network connecton? All of these have for more impact than the amount of memry allocated to the process.
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’22
Reply to Oh my god, what have I done?
I think the only way to recover this is to reinstall macOS and then restore your data from your most recent backup. You are not alone in having done this - I made a similar mistake 30+ years ago on a Solaris machine, but fortunately had a full (and recent) backup to recover with. Consider it as a 'rite of passage' to being a Unix system admin and don't do it again :)
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’21
Reply to mmap() fails on Big Sur beta10 Apple Silicon - TEST PROGRAM INCLUDED
On 11.0.1 Beta (20B5022a) bryan@nvbigsur mapfail % cc -m64  -g -Wall -Werror -o mapfail mapfail.c bryan@nvbigsur mapfail % codesign -vvvv mapfail mapfail: code object is not signed at all In architecture: x86_64 bryan@nvbigsur mapfail % ./mapfail 10000000 10000 maping from 0x10000000 to 0x10010000 is OK Unable to reserve 0x10000000 for the test1 heap,  using 0x10ad37000 instead test1 heap mapped from 0x10ad37000 to 0x10ad48000 bryan@nvbigsur mapfail % 
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20