Skip to content

Not able to run code above 500mb #37

@deven1rao

Description

@deven1rao

Hello @KenProle

I have an application running on java that has a zip size greater than 500MB. Tried changing the value of maxFileUploadSizeMebibytes parameter in the codepulseSettings.conf, but still, I am not able to open the file in CodePulse.

Activity

KenProle

KenProle commented on Oct 19, 2022

@KenProle
Member

Hi @deven1rao.

This sounds similar to #24.

Can you confirm you restarted Code Pulse after making this change?

If that doesn't fix it, can you provide your codepulseSettings.conf content so we can try and reproduce?

deven1rao

deven1rao commented on Oct 20, 2022

@deven1rao
Author

Hi @KenProle

Yes, I restarted the CodePulse after making the change.
Following is the content of codepulseSettings.conf file

cp {
userSettings {
# Logging Level: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL
# When not set, default logging level applies (logback.xml)
logging {
rootLoggingLevel=ERROR
liftwebLoggingLevel=WARN
codedxLoggingLevel=INFO
bootstrapLoggingLevel=INFO
secdecLoggingLevel=INFO
}
symbolService {
port="49582"
port=${?SYMBOL_SERVICE_PORT}
}
# Determines whether Code Pulse can skip user acknowledgment of a trace that specifies a project ID
skipUserAcknowledgment=false
skipUserAcknowledgment=${?CODE_PULSE_TRACE_SKIP_ACK}
maxFileUploadSizeMebibytes=2048
# The port used to listen for agent connections
tracePort=8765
tracePort=${?CODE_PULSE_TRACE_PORT}
}
}

KenProle

KenProle commented on Oct 27, 2022

@KenProle
Member

We did some testing here and found the setting does work, but only up to 2.1GB. There must be something else restricting that, but I'm not sure what that is. Are you trying to use an input greater than 2.1GB? Is it possible for you to trim that before providing to Code Pulse?

deven1rao

deven1rao commented on Dec 6, 2022

@deven1rao
Author

Hello @KenProle,
My application is hosted on Azure and I have Code Pulse on my local system, So is there a way I can connect Code Pulse with my Azure-hosted application?

KenProle

KenProle commented on Dec 6, 2022

@KenProle
Member

As long as there's connectivity between the two I wouldn't expect a problem.

deven1rao

deven1rao commented on Dec 6, 2022

@deven1rao
Author

What would be the steps to deploy code pulse on the application hosted on azure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @KenProle@deven1rao

        Issue actions

          Not able to run code above 500mb · Issue #37 · codedx/codepulse