search for: 871m

Displaying 4 results from an estimated 4 matches for "871m".

Did you mean: 871
2020 Nov 15
5
(C8) root on mdraid
...booting from Linux Rescue CD, the raid with two disk is recognized. Creating md0 wth Linux Rescue CD. # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 819.5M 1 loop /run/archiso/sfs/airootfs sda 8:0 0 232.9G 0 disk sdb 8:16 0 232.9G 0 disk sr0 11:0 1 871M 0 rom # mdadm --create /dev/md0 --level=1 --raid-devices=2 --metadata=0.9 /dev/sda /dev/sdb mdadm: array /dev/md0 started. # mdadm --detail --scan --verbose ARRAY /dev/md0 level=raid1 num-devices=2 metadata=0.90 UUID=fef2f68b: 1a462c80:c44c77eb:7ee19756 devices=/dev/sda,/dev/sdb # cat /proc/...
2017 Apr 22
5
Git Transition status?
...ems scalable for a project the size of LLVM (including reasonable growth over the next 10 years). Did you consider that GitHub has a 1GB size limit/recommendation? https://help.github.com/articles/what-is-my-disk-quota/ The full mono-repo is already approaching this limit: llvm-project 1.5G (.git 871M) (GitHub API 830,702K) On Tue, Jan 17, 2017 at 4:24 PM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I would be in favour of a monorepo for everything that links against LLVM libraries and everything else being in separate repos. I agree fully. I work on a pro...
2009 Mar 19
2
Panic: Trying to allocate 2147483648 bytes
Hi all, I recently upgraded from courier to dovecot 1.1.12 on a Solaris 9 system with about 100 users. We have been testing dovecot for sometime in a mixed Linux/Solaris environment and are aware of the index endianess issue with multiple archs. To solve this, we run with INDEX=MEMORY (as seen in the docs) so that only Linux clients have anything to do with the indexes. We generally have
2017 Jan 17
5
Git Transition status?
On Jan 13, 2017, at 1:37 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > The main outcome of the BoF had the dev meeting was that we agreeā€™d that moving to GitHub was the best choice forward for LLVM (IIRC only one person in the room expressed concerned about GitHub, but he said he had personal grief with them and nothing specific for LLVM). > > The unknown that