This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Memory leak #36
Labels
Comments
Whenever you get a chance could you see if what I've done works for you as well? It's in master branch. |
Problem resolved. Thank you. |
rsc
pushed a commit
to golang/exp
that referenced
this issue
Dec 7, 2014
WatchFlags of files created in Watched directories are now the same as the parent directory. (howeyc/fsnotify#33) Darwin now uses EVT_ONLY flag on Open file for watching. (howeyc/fsnotify#44) Linux has been updated to ignore events that occur after delete. (howeyc/fsnotify#36) Symlink test updated. (howeyc/fsnotify#42) Rename tests use external "mv" where available. R=golang-dev, dave, fullung, rsc CC=golang-dev https://golang.org/cl/9827046
actgardner
pushed a commit
to scalingdata/fsnotify
that referenced
this issue
Apr 2, 2015
GoogleCodeExporter
pushed a commit
to bsed/go-zh.exp
that referenced
this issue
May 31, 2015
WatchFlags of files created in Watched directories are now the same as the parent directory. (howeyc/fsnotify#33) Darwin now uses EVT_ONLY flag on Open file for watching. (howeyc/fsnotify#44) Linux has been updated to ignore events that occur after delete. (howeyc/fsnotify#36) Symlink test updated. (howeyc/fsnotify#42) Rename tests use external "mv" where available. R=golang-dev, dave, fullung, rsc CC=golang-dev https://codereview.appspot.com/9827046 Committer: Russ Cox <[email protected]>
This was referenced Jul 23, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Linux-64bit, GO1.0.3
Code: https://gist.github.com/nbkolchin/5143162
Command:
$ for i in
seq 0 4
; do touch $i ; doneOutput:
On each loop iteration, the amount of AllocatedAndUsed memory increases and never goes down. In "real life" application, it exceeded 1G.
"Reproducable" on MacOSX, but as I understand this is 'expected' behaviour on that platform.
The text was updated successfully, but these errors were encountered: