You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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}
}
}
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?
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?
Activity
KenProle commentedon Oct 19, 2022
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 commentedon Oct 20, 2022
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 commentedon Oct 27, 2022
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 commentedon Dec 6, 2022
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 commentedon Dec 6, 2022
As long as there's connectivity between the two I wouldn't expect a problem.
deven1rao commentedon Dec 6, 2022
What would be the steps to deploy code pulse on the application hosted on azure?