Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. russell_8876
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    russell_8876

    @russell_8876

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    russell_8876 Follow

    Best posts made by russell_8876

    This user hasn't posted anything yet.

    Latest posts made by russell_8876

    • RE: Max file upload

      Hi,

      Thank you Dean for the detailed response, much appreciated.

      I'm still settings things up, so just working on the latest linux docker container (proget.inedo.com/productimages/inedo/proget:latest) so no reverse proxy involved just yet.

      For context, I'll be setting up a build server soon, it will be this that i want to programatically add to Proget.

      Im using pgutil to upload to the assets feed, so great to hear http chunking is happening behind the scenes. Yes, no 24gb files are being uploaded via the web UI :-). However, its this im using to upload a test project thats 24GB to the docker container and i hit the 2gb limit, it just bails out at 2GB.![alt text](![image url](image url))

      Im not that saavy with windows web servers, i've had a poke around and found this config
      /usr/local/proget/service/web.config

      and this line

      <requestLimits maxAllowedContentLength="4294967295" maxQueryString="1048576" maxUrl="1048576" />
      

      Which is confusing as im getting stopped at 2GB, where as this is set to 4GB... not quite sure what this is. I increased it, but had no effect.

      Attached is a screen shot of the response from the server i get when i upload a 25gb files, getting blocked at 2GB
      Screenshot 2024-08-13 095055.png

      Attached is a screenshot of the docker logs, highlight at the point where the upload fails
      Screenshot 2024-08-13 095302.png

      It would be good to work out how to get pgutil to be able to upload a 2gb+ asset directly, as this is the most simple. To side step this issue, I have set up a drop path and this gets the file on the stream, but stores at the root and doesn't seem to be a way of saving directly to the sub directory? I have a latest/latest_archive/WIP folders that the build server will be saving to.

      In the WebUI there is a move function, but I'd like to achieve this without manual intervention. Ive not been able to work out how to use the Web API to achieve a move, any help here is much appreciated.

      posted in Support
      R
      russell_8876
    • Max file upload

      Hi, I've just ran into the 2GB upload limit...

      Having a search on the forum it look as though theres not a high demand for large file distribution?

      My use case is setting up ProGet to host/distribute compiled artefacts from a digital twin pipeline. The Unreal app im working with at the moment is 24gb.

      Ive got the linux docker container running. Im hoping its a simple case of changing a web server configuration parameter?

      Thanks in advance

      posted in Support
      R
      russell_8876