Hi, Uploading through the UI has a default limit of 100MB, which is configurable through Admin:Configuration:General.
In terms of storage, for large binaries and MySQL, I'd recommend having the binaries stored on the file-system outside the database, since MySQL specifically buffers blobs instead of streaming them (unrelated to Artifactory - http://bugs.mysql.com/bug.php?id=15089). You should change the storage to use 'etc/repo/filesystem-mysql/repo.xml' (see: http://wiki.jfrog.org/confluence/display/RTF/Changing+the+Default+Storage). There is no Artifactory-specific limit on the total size of the repository or on the size of a single deployed file. Deployments such as the ones you have (total of ~4GB each time) or bigger are a common thing, even with the out-of-the-box Derby storage. Hope that helps, Yoav On Thu, Dec 31, 2009 at 12:18 AM, nospamnerd <[email protected]> wrote: > > I am a new user trying to figure out if Artifactory will be able to handle > the amount of files that we use for our builds and distributions. I set up > Artifactory version 2.1.2 ( rev 8706 ) with MySQL 5.1.4.0. I set the > max_packet_size to 1 GB. > > I had no problem uploading a 100 MB file, but when I tried a 500 MB file I > got two errors using the webpage to upload: > > 1) "Error: got a not-OK status code" ( pop-up window ) > 2) Close the pop-up and get the following: The connection was reset. > > Is it advised to not use the webpage to upload larger files? Is there a > way > to adjust the timeout? I tried looking in the log files for more > information, but I didn't find anything. > > What are the max size files that can be used? I assumed 1 GB files > wouldn't > be a problem since MySQL can handle that size. Just one platform for us is > a total of 3-4GB consisting of over 50+ tgz files. Is this more than > Artifactory can handle? > > thanks in advance. > -- > View this message in context: > http://old.nabble.com/larger-file-size-errors-tp26972888p26972888.html > Sent from the Artifactory-Users mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Artifactory-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users >
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
