Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
2181b8488f
34 changed files with 471 additions and 0 deletions
|
@ -0,0 +1,37 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
|
||||
nickname="Jimmy"
|
||||
subject="comment 4"
|
||||
date="2012-07-04T13:17:05Z"
|
||||
content="""
|
||||
In relation to the system limits,
|
||||
|
||||
laplace:~ jtang$ sysctl kern.maxfilesperproc
|
||||
kern.maxfilesperproc: 10240
|
||||
|
||||
Also, the maxfiles for the whole system is
|
||||
|
||||
laplace:~ jtang$ sysctl kern.maxfiles
|
||||
kern.maxfiles: 12288
|
||||
|
||||
the above was the defaults as far as I recall. What you probably would be interested is the ulimits that the user see
|
||||
|
||||
laplace:~ jtang$ ulimit -a
|
||||
core file size (blocks, -c) 0
|
||||
data seg size (kbytes, -d) unlimited
|
||||
file size (blocks, -f) unlimited
|
||||
max locked memory (kbytes, -l) unlimited
|
||||
max memory size (kbytes, -m) unlimited
|
||||
open files (-n) 256
|
||||
pipe size (512 bytes, -p) 1
|
||||
stack size (kbytes, -s) 8192
|
||||
cpu time (seconds, -t) unlimited
|
||||
max user processes (-u) 709
|
||||
virtual memory (kbytes, -v) unlimited
|
||||
|
||||
I would imagine the limit that you are looking for is 256. Hope this helps.
|
||||
|
||||
----
|
||||
|
||||
On the point about deletions not being propagated, it does do a commit. I suspect that the kqueue code is just not picking up the changes and pushing the changes out. The watch command on a single annex with no remotes functions as expected.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
|
||||
nickname="Jimmy"
|
||||
subject="comment 2"
|
||||
date="2012-06-25T22:36:39Z"
|
||||
content="""
|
||||
On the system limits side, I think if you want to make it more approachable by more users then adjusting system limits might scare users away. On the note of the ssh-agents spawning like no tomorrow on my machine, it turned out that i had a symlink from my .bashrc to .bash_profile, I guess I should not be too lazy and have two seperate files.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="jtang"
|
||||
ip="79.97.135.214"
|
||||
subject="comment 3"
|
||||
date="2012-07-26T17:11:55Z"
|
||||
content="""
|
||||
It fails on repos with either no files or smaller repos.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
|
||||
nickname="Jimmy"
|
||||
subject="comment 2"
|
||||
date="2012-07-20T19:31:11Z"
|
||||
content="""
|
||||
Glad that I can help ;) Alas if it weren't for the learning curve of haskell, I'd fix it myself.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue